home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / LIBRARY / PTRP10 / TEST4.TRP < prev    next >
Text File  |  1994-05-16  |  170b  |  8 lines

  1. procedure main
  2.         local 
  3.                 variable : real;
  4.         endvar
  5.         variable := 5 + cos(0);
  6.         writeln("The Variable : ", variable)
  7. endproc
  8.